-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(inputs.prometheus): moved from watcher to informer #10932
Conversation
Thanks so much for the pull request! |
Thanks so much for the pull request! |
!signed-cla |
To get circleci passing you need to run |
Thanks MyaLongmire ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this pr!
Moving debug because of this known issue in informer: An extra log was reported when the pod was deleted. Logs (before fix):
Logs (after fix):
|
@MyaLongmire, |
@mesksr all prs must be approved by 2 team members before they can be merged :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the change!
I was catching up on PRs and issues while I have been out and noticed that in #10928 (comment) the user noticed some RBAC error messages. Is that something that needs to be resolved in this PR before merging? |
Thanks for doing that. I appreciate it as I wasn't certain if this was related to the PR or if the user needed to configure something. |
…s_pods_namespace, kubernetes_label_selector and kubernetes_label_selector
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
When can we expect these changes to be in release? |
The next bug fix release, v1.22.2, is scheduled for the week of April 25. Until then you can use a nightly to test the change. |
(cherry picked from commit 777f8bf)
Required for all PRs:
Resolves:
#10148, #10878 and #10928
Issues:
watcher has a default timeout of 30 minutes, leading to the above mentioned problems.
Fix: